fmt.ssave.maxWid (field)

7 uses

	fmt (current package)
		scan.go#L173: 	maxWid    int  // width of this arg.
		scan.go#L202: 	if s.maxWid == hugeWid {
		scan.go#L205: 	return s.maxWid, true
		scan.go#L395: 	s.maxWid = hugeWid
		scan.go#L1204: 		s.maxWid, widPresent, i = parsenum(format, i, end)
		scan.go#L1206: 			s.maxWid = hugeWid
		scan.go#L1220: 		if f := s.count + s.maxWid; f < s.argLimit {